Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Reduce Arduino Lint compliance level to "specification" #61

Merged
merged 1 commit into from
Jul 6, 2021
Merged

Reduce Arduino Lint compliance level to "specification" #61

merged 1 commit into from
Jul 6, 2021

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Jul 2, 2021

Linting the library in "strict" compliance mode fails due to the name value exceeding the recommended maximum of 16 characters.

It is not possible to change the name, so this is not something that can be fixed. The expected error might mask real problems that cause other rule violations in the future. So the best thing is to reduce the compliance level to "specification" in which the library name length rule violation only results in a warning.

Linting the library in "strict" compliance mode fails due to the `name` value exceeding the recommended maximum of 16 characters.

It is not possible to change the name, so this is not something that can be fixed. The expected error might mask real problems that cause other rule violations in the future. So the best thing is to reduce the compliance level to "specification" in which the library name length rule violation only results in a warning.
@per1234 per1234 merged commit 6f544ef into arduino-libraries:master Jul 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant